home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / GetDevInfo < prev    next >
Text File  |  1990-06-22  |  882b  |  67 lines

  1.  
  2.  
  3.  
  4.      GetDevInfo(31.0)      ARP Programmers Manual      GetDevInfo(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       GetDevInfo - traverse    through    DevInfo    device list
  10.  
  11.      SYNOPSIS
  12.       devinfo = GetDevInfo(    DevInfoNode )
  13.          d0                 A2
  14.  
  15.      FUNCTION
  16.       Get the next entry from the DevInfo list in a    multi-tasking
  17.       safe manner.    No translation is performed on the raw DevInfo
  18.       node,    for a more convenient way to search the    DevInfo    list,
  19.       see AddDADevs().  If called with a NULL argument, returns
  20.       head of list.
  21.  
  22.      INPUTS
  23.       DevInfoNode -    Current    position in list, or NULL, for head.
  24.  
  25.      RESULTS
  26.       devinfo - Next node in list, or NULL,    if at end of list.
  27.           Assembly language programmers    can use    the Z-Flag on
  28.           return from this function.
  29.  
  30.      BUGS
  31.       None known.
  32.  
  33.      SEE ALSO
  34.       Assign(), AddDADevs()
  35.  
  36.      AUTHOR
  37.       CDH
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.